home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / ViePratique / Free Desktop Timer / desktoptimer.exe / {app} / DesktopTimer,2.exe / 0 / RCDATA / TFRMTIMER / TFRMTIMER.txt
Text File  |  2013-01-26  |  1KB  |  48 lines

  1. object frmTimer: TfrmTimer
  2.   Left = 632
  3.   Top = 296
  4.   Width = 257
  5.   Height = 168
  6.   Caption = 'frmTimer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PopupMenu: TPopupMenu
  20.     Left = 24
  21.     Top = 32
  22.     object pmiNewTimer: TMenuItem
  23.       Caption = 'New Timer'
  24.       Default = True
  25.       OnClick = pmiNewTimerClick
  26.     end
  27.     object N1: TMenuItem
  28.       Caption = '-'
  29.     end
  30.     object pmiStartup: TMenuItem
  31.       AutoCheck = True
  32.       Caption = 'Load at Startup'
  33.       OnClick = pmiStartupClick
  34.     end
  35.     object N2: TMenuItem
  36.       Caption = '-'
  37.     end
  38.     object pmiAbout: TMenuItem
  39.       Caption = 'About'
  40.       OnClick = pmiAboutClick
  41.     end
  42.     object pmiExit: TMenuItem
  43.       Caption = 'Exit'
  44.       OnClick = pmiExitClick
  45.     end
  46.   end
  47. end
  48.